projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83ff510
)
(rmail-dont-reply-to): Preserve whitespace after comma.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 18 Nov 1995 18:45:04 +0000
(18:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 18 Nov 1995 18:45:04 +0000
(18:45 +0000)
lisp/mail/mail-utils.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mail-utils.el
b/lisp/mail/mail-utils.el
index 80a1fbbc9ce37297448074f7cb3b28027b140b93..302d5d5eb10d14ca3c64967007e14bc5d12987f8 100644
(file)
--- a/
lisp/mail/mail-utils.el
+++ b/
lisp/mail/mail-utils.el
@@
-147,7
+147,7
@@
Usenet paths ending in an element that matches are removed also."
(case-fold-search t)
pos epos)
(while (setq pos (string-match match userids))
- (if (> pos 0) (setq pos (
1+ pos
)))
+ (if (> pos 0) (setq pos (
match-beginning 2
)))
(setq epos
(if (string-match "[ \t\n,]+" userids (match-end 0))
(match-end 0)